ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFStream Class / ImGearPDFStream Constructor / ImGearPDFStream Constructor(Byte[])
Memory buffer to create PDF stream from.




In This Topic
    ImGearPDFStream Constructor(Byte[])
    In This Topic
    Initializes a new instance of the ImGearPDFStream class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal byteArray() As Byte _
    )
    'Usage
     
    Dim byteArray() As Byte
     
    Dim instance As New ImGearPDFStream(byteArray)
    public ImGearPDFStream( 
       byte[] byteArray
    )
    public: ImGearPDFStream( 
       byte[]* byteArray
    )
    public:
    ImGearPDFStream( 
       array<byte>^ byteArray
    )

    Parameters

    byteArray
    Memory buffer to create PDF stream from.

    Return Value

    The new instance of ImGearPDFStream class.
    See Also